Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(generator): split description into sumary and doc` #5172

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

archerzz
Copy link
Member

Description

  • update input types to replace description with summary and doc
  • update json converters for the emitter schema change
  • update test cases accordingly

resolve #4771

Checklist

To ensure a quick review and merge, please ensure:

  • The PR has a understandable title and description explaining the why and what.
  • The PR is opened in draft if not ready for review yet.
    • If opened in draft, please allocate sufficient time (24 hours) after moving out of draft for review
  • The branch is recent enough to not have merge conflicts upon creation.

Ready to Land?

  • Build is completely green
    • Submissions with test failures require tracking issue and approval of a CODEOWNER
  • At least one +1 review by a CODEOWNER
  • All -1 reviews are confirmed resolved by the reviewer
    • Override/Marking reviews stale must be discussed with CODEOWNERS first

- update input types to replace `description` with `summary` and `doc`
- update json converters for the emitter schema change
- update test cases accordingly

resolve Azure#4771
@@ -45,7 +45,7 @@ internal BooleanValue(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline
_endpoint = endpoint;
}

/// <summary> Get. </summary>
/// <summary> Get boolean value. </summary>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is better.

@archerzz archerzz marked this pull request as ready for review November 26, 2024 09:46
@archerzz
Copy link
Member Author

Regen preview: Azure/azure-sdk-for-net#47277

No code change actually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hard coded repo name leads to test failure in other machine
2 participants